Keysight VISA.NET Help
Scanf<T1,T2>(String,T1,T2) Method



The format string.
The first parsed value.
The second parsed value.
Read and parse formatted data from the formatted I/O read buffer.
Syntax
'Declaration
 
Overloads Sub Scanf
    (Of T1,T2)( _
   ByVal format As String, _
   ByRef output1 As T1, _
   ByRef output2 As T2 _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim output1 As T1
Dim output2 As T2
 
instance.Scanf(Of T1, T2)(format, output1, output2)
void Scanf<T1,T2>( 
   string format,
   out T1 output1,
   out T2 output2
)
void Scanfgeneric<typename T1>
generic<typename T2>
( 
   String^ format,
   [Out] T1^ output1,
   [Out] T2^ output2
) 

Parameters

format
The format string.
output1
The first parsed value.
output2
The second parsed value.

Type Parameters

T1
T2
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025